home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / pm-utils / defaults next >
Text File  |  2009-10-06  |  2KB  |  53 lines

  1. ##########################################################
  2. # DO NOT EDIT THIS FILE!                                 #
  3. #                                                        #
  4. # Add files in /etc/pm/config.d/ instead!                #
  5. ##########################################################
  6.  
  7. # Default method to power down the system when hibernating.
  8. # If commented out, the system will use the kernel default as a 
  9. # default value.
  10. #
  11. # Check /sys/power/disk for valid values.  The default value
  12. # will be surrounded by [square brackets].
  13. # HIBERNATE_MODE="shutdown"
  14.  
  15. # Whether we need to post the video card when resuming from
  16. # hibernate. You should not normally need to set this.  
  17. # In the future pm-utils will get this setting from HAL.
  18. #
  19. # Valid values are "no" and "yes"
  20. # HIBERNATE_RESUME_POST_VIDEO="no"
  21.  
  22. # The default sleep/wake system to use.  Valid values are:
  23. #   kernel    The built-in kernel suspend/resume support.
  24. #             Use this if nothing else is supported on your system.
  25. #   uswsusp   If your system has support for the userspace
  26. #             suspend programs (s2ram/s2disk/s2both), then use this.
  27. #   tuxonice  If your system has support for tuxonice, use this.
  28. #
  29. # The system defaults to "kernel" if this is commented out.
  30. # SLEEP_MODULE="kernel"
  31.  
  32. # These variables will be handled specially when we load files in 
  33. # /etc/pm/config.d.
  34. # Multiple declarations of these environment variables will result in 
  35. # their contents being concatenated instead of being overwritten.
  36.  
  37. # If you need to unload any modules to suspend/resume, add them here.
  38. # SUSPEND_MODULES=""
  39.  
  40. # If you want to keep hooks from running, add their names  here.
  41. # HOOK_BLACKLIST=""
  42.  
  43. # If you want to unconditionally add parameters to the commandline,
  44. # add them here.
  45. # ADD_PARAMETERS=""
  46.  
  47. # If you want to ignore commandline parameters, add them here.
  48. # DROP_PARAMETERS=""
  49.  
  50. # If you need to synchronize the system clock across a suspend/resume or
  51. # hibernate/thaw cycle, set this variable.
  52. # NEED_CLOCK_SYNC="true"
  53.